home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
lvos
/
dos.inc
< prev
next >
Wrap
Text File
|
1998-06-24
|
4KB
|
164 lines
def LVOOpen = (-30);
def LVOClose = (-36);
def LVORead = (-42);
def LVOWrite = (-48);
def LVOInput = (-54);
def LVOOutput = (-60);
def LVOSeek = (-66);
def LVODeleteFile = (-72);
def LVORename = (-78);
def LVOLock = (-84);
def LVOUnLock = (-90);
def LVODupLock = (-96);
def LVOExamine = (-102);
def LVOExNext = (-108);
def LVOInfo = (-114);
def LVOCreateDir = (-120);
def LVOCurrentDir = (-126);
def LVOIoErr = (-132);
def LVOCreateProc = (-138);
def LVOExit = (-144);
def LVOLoadSeg = (-150);
def LVOUnLoadSeg = (-156);
def LVOdosPrivate1 = (-162);
def LVOdosPrivate2 = (-168);
def LVODeviceProc = (-174);
def LVOSetComment = (-180);
def LVOSetProtection = (-186);
def LVOdosDateStamp = (-192);
def LVODelay = (-198);
def LVOWaitForChar = (-204);
def LVOParentDir = (-210);
def LVOIsInteractive = (-216);
def LVOExecute = (-222);
def LVOAllocDosObject = (-228);
def LVOFreeDosObject = (-234);
def LVODoPkt = (-240);
def LVOSendPkt = (-246);
def LVOWaitPkt = (-252);
def LVOReplyPkt = (-258);
def LVOAbortPkt = (-264);
def LVOLockRecord = (-270);
def LVOLockRecords = (-276);
def LVOUnLockRecord = (-282);
def LVOUnLockRecords = (-288);
def LVOSelectInput = (-294);
def LVOSelectOutput = (-300);
def LVOFGetC = (-306);
def LVOFPutC = (-312);
def LVOUnGetC = (-318);
def LVOFRead = (-324);
def LVOFWrite = (-330);
def LVOFGets = (-336);
def LVOFPuts = (-342);
def LVOVFWritef = (-348);
def LVOVFPrintf = (-354);
def LVOFlush = (-360);
def LVOSetVBuf = (-366);
def LVODupLockFromFH = (-372);
def LVOOpenFromLock = (-378);
def LVOParentOfFH = (-384);
def LVOExamineFH = (-390);
def LVOSetFileDate = (-396);
def LVONameFromLock = (-402);
def LVONameFromFH = (-408);
def LVOSplitName = (-414);
def LVOSameLock = (-420);
def LVOSetMode = (-426);
def LVOExAll = (-432);
def LVOReadLink = (-438);
def LVOMakeLink = (-444);
def LVOChangeMode = (-450);
def LVOSetFileSize = (-456);
def LVOSetIoErr = (-462);
def LVOFault = (-468);
def LVOPrintFault = (-474);
def LVOErrorReport = (-480);
def LVOCli = (-492);
def LVOCreateNewProc = (-498);
def LVORunCommand = (-504);
def LVOGetConsoleTask = (-510);
def LVOSetConsoleTask = (-516);
def LVOGetFileSysTask = (-522);
def LVOSetFileSysTask = (-528);
def LVOGetArgStr = (-534);
def LVOSetArgStr = (-540);
def LVOFindCliProc = (-546);
def LVOMaxCli = (-552);
def LVOSetCurrentDirName = (-558);
def LVOGetCurrentDirName = (-564);
def LVOSetProgramName = (-570);
def LVOGetProgramName = (-576);
def LVOSetPrompt = (-582);
def LVOGetPrompt = (-588);
def LVOSetProgramDir = (-594);
def LVOGetProgramDir = (-600);
def LVOSystemTagList = (-606);
def LVOAssignLock = (-612);
def LVOAssignLate = (-618);
def LVOAssignPath = (-624);
def LVOAssignAdd = (-630);
def LVORemAssignList = (-636);
def LVOGetDeviceProc = (-642);
def LVOFreeDeviceProc = (-648);
def LVOLockDosList = (-654);
def LVOUnLockDosList = (-660);
def LVOAttemptLockDosList = (-666);
def LVORemDosEntry = (-672);
def LVOAddDosEntry = (-678);
def LVOFindDosEntry = (-684);
def LVONextDosEntry = (-690);
def LVOMakeDosEntry = (-696);
def LVOFreeDosEntry = (-702);
def LVOIsFileSystem = (-708);
def LVOFormat = (-714);
def LVORelabel = (-720);
def LVOInhibit = (-726);
def LVOAddBuffers = (-732);
def LVOCompareDates = (-738);
def LVODateToStr = (-744);
def LVOStrToDate = (-750);
def LVOInternalLoadSeg = (-756);
def LVOInternalUnLoadSeg = (-762);
def LVONewLoadSeg = (-768);
def LVOAddSegment = (-774);
def LVOFindSegment = (-780);
def LVORemSegment = (-786);
def LVOCheckSignal = (-792);
def LVOReadArgs = (-798);
def LVOFindArg = (-804);
def LVOReadItem = (-810);
def LVOStrToLong = (-816);
def LVOMatchFirst = (-822);
def LVOMatchNext = (-828);
def LVOMatchEnd = (-834);
def LVOParsePattern = (-840);
def LVOMatchPattern = (-846);
def LVOdosPrivate3 = (-852);
def LVOFreeArgs = (-858);
def LVOFilePart = (-870);
def LVOPathPart = (-876);
def LVOAddPart = (-882);
def LVOStartNotify = (-888);
def LVOEndNotify = (-894);
def LVOSetVar = (-900);
def LVOGetVar = (-906);
def LVODeleteVar = (-912);
def LVOFindVar = (-918);
def LVOdosPrivate4 = (-924);
def LVOCliInitNewcli = (-930);
def LVOCliInitRun = (-936);
def LVOWriteChars = (-942);
def LVOPutStr = (-948);
def LVOVPrintf = (-954);
def LVOParsePatternNoCase = (-966);
def LVOMatchPatternNoCase = (-972);
def LVOdosPrivate5 = (-978);
def LVOSameDevice = (-984);
def LVOExAllEnd = (-990);
def LVOSetOwner = (-996);